home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / LOTUS027.DSK / MODEMS / NULL.MDM < prev    next >
Text File  |  1996-05-15  |  2KB  |  77 lines

  1. ;  Null modem   
  2.  
  3. ;  Last revision date: 05/15/96 RVK/LDC
  4. ; (update this date each time you edit).
  5.  
  6. ;  Refer to file TEMPLATE.MDM (A Sample Modem Command 
  7. ;  File) for a description of modem command files.
  8.  
  9. ;  Use this command file when "dialing" out to Notes 
  10. ;  Version 2 (or later) systems which are also running 
  11. ;  with this command file.
  12.  
  13. ;  When dialing out to Notes V1 systems, or V2 systems 
  14. ;  running with the NULLV1.MDM command file, the 
  15. ;  NULLV1.MDM file must be used on both systems.
  16.  
  17. ;  It is recommended that two Notes Version 2 (or 
  18. ;  later) systems connected via a null modem each use 
  19. ;  the NULL.MDM file for more reliable connections.
  20.  
  21. ;  Enhancement as of 5/10/96 tested on R4 - increased MAXIMUM & 
  22. ;  DEFAULT speeds to 115200.
  23.  
  24. ;  Note: If the OS only supports 57.6 and the port speed is set higher
  25. ;  (e.g. 115.2) an error message will appear in both the status bar 
  26. ;  and notes log as "The operating system does not support speeds as 
  27. ;  high as 115.2"
  28.  
  29. [attributes]
  30.  
  31. ;  The MODELS line is displayed in the Setup Modem 
  32. ;  dialog box's modem command file list and is not 
  33. ;  interpreted by the software.
  34.  
  35. ;  The NULL MODEM=2 line indicates to the software 
  36. ;  that this file is compatible with Notes Version 2 
  37. ;  or later.
  38.  
  39. MODELS=. Null modem (for Notes V2 or later)
  40. NULL MODEM=2
  41.  
  42. ;  The maximum speed is set to 9600 bps since speeds 
  43. ;  faster than that may result in lost characters on 
  44. ;  loaded systems.  When a character is lost, the 
  45. ;  system receiving the message notices a CRC (Cyclic 
  46. ;  Redundancy Check) error, and the transmitting system 
  47. ;  has to retransmit the message.  This may result in 
  48. ;  low throughput.
  49.  
  50. ;  The actual speed used will be the lower of the 
  51. ;  maximum speed specified in this command file and the 
  52. ;  maximum speed specified via the Setup dialog box.
  53.  
  54. MAXIMUM SPEED=115200
  55. DEFAULT SPEED=115200
  56. FIXED SPEED=1
  57.  
  58. [commands]
  59.  
  60. ESCAPE=+++
  61. ANSWER=CONNECT
  62. AUTO PULSE DIAL=^M^JRING^M^JRING^M^J
  63. AUTO TONE DIAL=^M^JRING^M^JRING^M^J
  64.  
  65. [responses]
  66.  
  67. RING=RING
  68. CONNECT=CONNECT
  69.  
  70. ;  The following CONNECT values allow a port running with 
  71. ;  this file to accept connections from a Version 1 system 
  72. ;  or a Version 2 system running with NULLV1.MDM.
  73.  
  74. CONNECT=66
  75. CONNECT=+++66
  76.  
  77.